From 0d8743ebc902fd4ac7fcaca2af6561e927e2bc23 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 12 May 2006 13:24:12 +0000 Subject: [PATCH] Update g_object_notify to new property name. 2006-05-12 Alexander Larsson * gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages): Update g_object_notify to new property name. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/gtkprintoperation.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 426638540f..f5c624b7d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-12 Alexander Larsson + + * gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages): + Update g_object_notify to new property name. + 2006-05-12 Alexander Larsson * gtk/gtkrecentmanager.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 426638540f..f5c624b7d6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-05-12 Alexander Larsson + + * gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages): + Update g_object_notify to new property name. + 2006-05-12 Alexander Larsson * gtk/gtkrecentmanager.c: diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 4114a91474..4be1fbac73 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -768,7 +768,7 @@ gtk_print_operation_set_n_pages (GtkPrintOperation *op, { priv->nr_of_pages = n_pages; - g_object_notify (G_OBJECT (op), "number-of-pages"); + g_object_notify (G_OBJECT (op), "n-pages"); } } -- 2.30.2